bitkeeper revision 1.1274.2.1 (4252cf3bEQ_2wT1E4dNwi63SKyww2A)
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Tue, 5 Apr 2005 17:47:39 +0000 (17:47 +0000)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Tue, 5 Apr 2005 17:47:39 +0000 (17:47 +0000)
Extra diagnostics in timer ISR handler.
Signed-off-by: Keir Fraser <keir@xensource.com>
linux-2.6.11-xen-sparse/arch/xen/i386/kernel/time.c

index 689e587e16048d3cd99e053ddae52461aa0ad932..8f48fe23f3b4365bb59dc2c22945bf5a4888997d 100644 (file)
@@ -410,6 +410,9 @@ static inline void do_timer_interrupt(int irq, void *dev_id,
                       ((s64)cur_timer->get_offset() * (s64)NSEC_PER_USEC), 
                       processed_system_time,
                       per_cpu(processed_system_time, cpu));
+               for (cpu = 0; cpu < num_online_cpus(); cpu++)
+                       printk(" %d: %lld\n", cpu,
+                              per_cpu(processed_system_time, cpu));
                return;
        }